GET
/
api
/
v2
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
metervalues
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/metervalues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "date_from": "2025-05-02 11:43:24",
  "date_to": "2025-05-02 11:43:24",
  "context": "Transaction.Begin",
  "measurand": "Energy.Reactive.Import.Interval",
  "phase": "L3",
  "location": "Renewable",
  "unit": "kW",
  "limit": 1,
  "order_by": "desc"
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
string
required

The ID of the team.

charger_id
string
required

The ID of the charger.

Body

application/json

Response

200
application/json
List of metervalues

The response is of type object.